func math/big.appendZeros
3 uses
math/big (current package)
decimal.go#L171: buf = appendZeros(buf, -x.exp)
decimal.go#L185: buf = appendZeros(buf, x.exp-len(x.mant))
decimal.go#L192: func appendZeros(buf []byte, n int) []byte {
The pages are generated with Golds v0.4.9. (GOOS=linux GOARCH=amd64)